Welcome![Sign In][Sign Up]
Location:
Search - WinSock UDP

Search list

[TCP/IP stackChat

Description: 一个简单的聊天会话对话框程序,包括了实时接收和发送会话内容的功能。采用winsock以及udp协议实现。-A simple chat session dialog procedures, including receive and transmit real-time conversation content. Using winsock, and udp protocols.
Platform: | Size: 2022400 | Author: eacker | Hits:

[Internet-Networkj_9021_myicq

Description: 即时通讯工具。VB开发 使用WINSOCK和TCP/UDP协议-Instant messaging tools. VB to develop the use of WINSOCK and TCP/UDP protocol
Platform: | Size: 1047552 | Author: 杨过 | Hits:

[TCP/IP stackmcgswinsock

Description: 一个采集mcgs程序的vb程序,并利用Udp协议进行发送-A collection procedure vb MCGS procedures and the use of UDP protocol to send
Platform: | Size: 27648 | Author: jack | Hits:

[.netQuick

Description: 一个可以用 UDP 发送数据的示例程序,C# UDP 编程的起步代码-One can use UDP to send data sample procedures, C# UDP start programming code
Platform: | Size: 607232 | Author: 洪亮 | Hits:

[TCP/IP stackTCPIPprotocolren

Description: TCPIP协议与网络编程 任泰明.rar 第7章 TCP/IP网络程序框架与实例 7.1 网络应用程序的基本工作流程 7.2 基于TCP的客户/服务器通信程序实例 7.3 基于UDP的客房与服务器通信程序实例 本章小结 习题 第8章 Winsock API 8.1 字节排序函数 8.2 IP地址转换函数 8.3 网络信息获取函数(数据库函数) 8.4 套接口选项函数 8.5 套接口I/O处理函数 8.6 事件对象I/O管理 8.7 错误处理函数 8.8 Winsock 2支持的其他函数 本章小结 习题 第9章 高级网络编程API 9.1 MFC提供的Winsock类 9.2 信报API(MAPI) 9.3 WinInet API 9.4 其他网络程序设计API 本章小结 习题 第10章 网络程序设计实例 10.1 使用Winsock API设计网络程序的实例 10.2 使用MFC类库进行网络程序设计的实例 10.3 基于WinInet API的客户程序编写实例 10.4 原始套接口(SOCK-RAW)程序设计实例 10.5 广播通信与组播通信程序设计实例 习题-err
Platform: | Size: 4899840 | Author: wu | Hits:

[Embeded Linuxtemperature_test

Description: 自已做的温度传感器WIN服务端,用WINSOCK的UDP实验网内温度传送,打印温度曲线。客户端基于ARM Linux-To do their own temperature sensor WIN service client, using the UDP experiment WINSOCK temperature transmission network, print temperature curve. Client based on the ARM Linux
Platform: | Size: 2190336 | Author: 黄荣舜 | Hits:

[Communication-Mobilegprsc

Description: :gprs终端,VB、控件、协议,WINSOCKET控件,Winsock控件,gprs,cdma,gprs编程,gprs模块,gprs终端,gprs modem,gprs无线,modem,终端,gprs设备,cdma模块,cdma终端,cdma modem,产品,无线,无线数据传输,数据传输,编程,gprs数据编程,tcp,ip,udp, Winsock dll, Winsock ocx控件,Winsock ocx, Winsock函数, Winsock编程,WINSOCKET,Sockets,Socket,tcp协议,ip协议,ppp,ppp协议,udp协议,下载,示例,编程示例,示例代码,源代码。单片机,mc51,mc51单片机,430,plc,组态软件,组态王,8051,89c52等。无线传输,无线上网,gprs无线上网,终端。Internet,网络,网络编程。网络设计,gprs组网方式,gprs,tcp/ip包,tcp/ip数据包,tcp/ip数据包格式,报文格式,-err
Platform: | Size: 99328 | Author: jinming | Hits:

[OS programudp

Description: 用winsock建立udp 连接,并发送数据 -Establish udp connection with winsock and send data
Platform: | Size: 6144 | Author: jingyi | Hits:

[Internet-Networklabcvi_udp

Description: 虚拟测试平台labwindows cvi8.1 调用udp的方法。labwidows cvi本身只支持tcp协议,不支持udp协议,给出调用winsock控件的方法。 -Virtual test platform labwindows cvi8.1 call udp method. labwidows cvi agreement itself only supports tcp, udp protocol does not support the given method call winsock control.
Platform: | Size: 560128 | Author: qihm007 | Hits:

[Internet-Networkwinsock

Description: winsocket 编程 网络作业 udp发包-network programming udp WinSocket operating contract
Platform: | Size: 668672 | Author: 枫卷残韵 | Hits:

[Internet-NetworkTCPUDP(VC++)

Description: VC网络编程,包含TCP和UDP VC网络编程,包含TCP和UDP-VC network programming, including TCP and UDP VC network programming, including TCP and UDP
Platform: | Size: 45056 | Author: xiewei | Hits:

[Linux-UnixRawPacket

Description: In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba modems connected directly to the Internet. Please note that the code here is very minimalistic, and can be greatly expanded depending on your needs. The reason I use WinPCap in this article is that it solves the issue of Winsock for Windows (XP SP2 and above) not allowing raw UDP packets to be sent (in Linux, you can just use regular sockets). With WinPcap, it is possible to specify your own source IP and source hardware addresses in packets.
Platform: | Size: 35840 | Author: 黄海栋 | Hits:

[Internet-NetworkRawUDPSample

Description: In this code, I will present a C++ class used to easily create and manipulate UDP packets from scratch. This can be useful for Windows users who can t send custom UDP packets using Winsock. (XP SP2 and later). In the sample application, WinPCap is used instead of Winsock to send the UDP packets.
Platform: | Size: 40960 | Author: 黄海栋 | Hits:

[Internet-NetworkChat6

Description: 开发环境:MyEclipse 实现简单的聊天室功能,学会TCP,UDP协议,在客户机/服务器模型下用WINSOCK实现Internet中常见的聊天室软件的方案。-Development Environment: MyEclipse easy implementation of the chat room feature, Institute of TCP, UDP protocol, the client/server model using WINSOCK implementation of common Internet chat room software program.
Platform: | Size: 150528 | Author: 任芳 | Hits:

[VC/MFCVisualC

Description: 书名《Visual C++ 网络高级编程>内容简介:本书在对Visual C 各种编程技术和TCP/IP进行系统介绍的基础上,重点讲解网络编程的高级应用、使用技巧和难点。包括基本网络编程技术,Telnet协议的实现,HTTP协议的实现,FTP协议的实现,文件下载,UDP协议的实现,ICMP协议的实现,PPP协议的实现,代理服务器的实现,ATL、DCOM、ActiveX技术,网络安全,多媒体网络编程等。 对于每个主题,书中都给出其开发要领及应用的实例和技巧,本书主要面向具有一定Visual C 网络编程基础并希望深入研究网络编程技术的读者。 ISDN:7115095639 第一章 TCP/IP协议 第二章 Winsock网络编程接口 第三章 Visual C 与网络编程 第四章 基本网络编程技术 第五章 Telnet协议的实现 第六章 HTTP协议的实现 第七章 FTP协议的实现 第八章 文件下载 第九章 UDP协议的实现 第十章 ICMP协议的实现 第十一章 PPP协议的实现 第十二章 代理服务器的实现 第十三章 ATL、DCOM和ActiveX技术 第十四章 网络安全 附录1 RFC文档分类-The title of " Visual C network of high-level programming" Description: The book of Visual C a variety of programming technologies and TCP/IP system introduced on the basis of the focus on advanced applications of network programming, the use of skills and difficulties. Including basic network programming technology, Telnet to achieve agreement, HTTP protocol to achieve, FTP to achieve agreement, document download, UDP protocol to achieve, ICMP protocol to achieve, PPP agreements achieved, the realization of a proxy server, ATL, DCOM, ActiveX technology, network security, multimedia and other network programming.
Platform: | Size: 19465216 | Author: 陈玲 | Hits:

[Internet-NetworkWinsock

Description: 局域网聊天winsock基于UDP、TCP环境-Winsock chat network based on UDP, TCP environment
Platform: | Size: 5120 | Author: 胡宏韬 | Hits:

[Internet-NetworkChatRoom(Winsock)

Description: 使用UDP协议实现了聊天室程序,可以实现多人情况下的聊天与对话-UDP protocol to use the chat room procedures, the case can be more than chat and dialogue
Platform: | Size: 3784704 | Author: 王曙光 | Hits:

[TCP/IP stackUDPBINDOK

Description: 最简单的测试WINSOCK UDP协议的VB例子, 测试通过,可以作为入门的学习,并可以扩展设计-The most simple test WINSOCK UDP protocols VB example, the test can be used as study entry, and can be extended design
Platform: | Size: 760832 | Author: sunskyme | Hits:

[Internet-NetworkPacketSniffer

Description: 一个网络抓包工具,支持三种协议(TCP,UDP和ICMP)的数据包抓取,使用winsock API编写,可以很方便的扩展自己的程序。可以把每种抓取的协议数据保存到日志记录文件中。抓包速度比较快,以树形列表给与分析,可以查看原始数据包。该程序需要在Windows XP/2000/NT操作系统上,并且有管理员权限。-1 PacketCapture tools to support the three kinds of protocols (TCP, UDP and ICMP) packet capture, using the winsock API write, you can easily expand their programs. Can be saved for each crawl of the protocol data to a log file. Ethereal' s faster, in order to give the analysis of tree list, you can view the original packets. The program requires Windows XP/2000/NT operating system and has administrator privileges.
Platform: | Size: 54272 | Author: subzero_cn | Hits:

[Internet-NetworkServerSocket

Description: 一个很好的winsock tcp/ucp示例,相信看了肯定收益颇丰-a good example for winsock about tcp/udp
Platform: | Size: 4135936 | Author: chenshapin | Hits:
« 1 2 3 4 5 67 8 9 10 11 12 13 »

CodeBus www.codebus.net